ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Catppuccin color schemes

by Catppuccin ST3

🍋 Soothing pastel color schemes for Sublime Text

Labels color scheme

Details

Installs

  • Total 12K
  • Win 5K
  • Mac 3K
  • Linux 4K
May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18
Windows 2 8 5 9 2 5 8 2 12 8 11 1 7 4 7 10 5 12 9 2 8 10 10 6 9 11 4 3 6 9 4 9 7 7 9 10 9 3 10 6 3 6 8 8 11 16
Mac 2 1 7 5 3 7 7 10 6 5 12 5 3 5 14 6 3 9 13 5 8 8 11 2 8 8 6 6 9 4 10 4 8 4 5 6 12 8 6 5 5 7 3 3 9 7
Linux 8 10 5 8 12 8 4 6 5 13 10 10 4 3 5 4 4 2 5 7 8 5 5 10 6 6 6 7 4 14 4 5 7 4 6 10 8 3 11 8 5 5 4 9 9 8

Readme

Source
raw.​githubusercontent.​com

Logo
Catppuccin for Sublime Text

Usage

Installation

Package Control

  1. In Sublime Text, open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  2. Enter and select Install Package Control to install Package Control if not done so already.
  3. Enter and select Package Control: Install Package.
  4. Search for and select the Catppuccin package.

Git download

  1. In Sublime Text, locate the path to the Packages directory through the Preferences > Browse Packages… menu.
  2. From the command line, go to the previously noted directory path and clone the repository into it.
git clone https://github.com/catppuccin/sublime-text.git Catppuccin

Manual download

  1. Download this repository as a ZIP archive.
  2. Unzip into a directory named Catppuccin.
  3. In Sublime Text, open the Packages directory through the Preferences > Browse Packages… menu.
  4. Move the unzipped Catppuccin directory into the Packages directory.

Activation

  1. In Sublime Text, select your flavor of choice through Preferences > Select Color Scheme.
  2. Go to Preferences > Select Theme… and select Adaptive.

Development

If you're unfamiliar with Sublime Text color scheme development, see “Color Schemes” in the Sublime Text documentation.

This repository uses Whiskers to generate theme files. Edit the sublime-text.tera template, and run whiskers sublime-text.tera to update the files in build/.

For local editing, create a symlink from your local clone of this repository to the Catppuccin subdirectory of the Packages directory (revealed through the Preferences > Browse Packages… menu in Sublime Text). On macOS, this can be done by invoking ln -s $(pwd) ~/Library/Application\ Support/Sublime\ Text/Packages/ in the directory of this repository. Uninstall the Catppuccin theme from Package Control if installed via that method. Sublime Text should now automatically reload the theme files in build/ on change.

If you have a specific piece of code you would like to re-color, you'll need to know what scopes are being applied to the token. (Applying scopes is done by the syntax, not the color scheme.) Position your caret over the token, and use Ctrl+Shift+P (or Tools > Developer > Show Scope Name) to show the scopes of the current token.

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org